Manager: Event Manager



Carbon supports the majority of the Event Manager.

High-level events APIs (as contained in EPPC.h) are not supported. You should use Apple events instead.

Low-level event queue functions, such as GetEvQHdr and PPostEvent, are no longer supported.

Application-defined function-key procedures are not supported in Carbon.

Note that Carbon introduces a new event model to the Mac OS, with a new set of APIs. Developers are strongly encouraged to use the Carbon Event Manager APIs in place of the Event Manager APIs. The Carbon Event Manager offers a simple yet flexible approach to event handling that greatly reduces the amount of code needed to write a basic application. Morevover, the Carbon Event Manager's streamlined event handling enhances system performance on Mac OS X through more efficient allocation of processing time. Applications that use the Carbon Event Manager not only run better on Mac OS X, they help improve overall performance and responsiveness, creating a better experience for our customers.

Unsupported  AcceptHighLevelEvent

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events. Not available in Carbon.

Supported  Button

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  CallFKEYProc

Application-defined function-key procedures are not supported in Carbon.

Unsupported  CallGetNextEventFilterProc

GetNextEvent (GNE) filters patch the GetNextEvent function and therefore are not supported in Carbon

Unsupported  CallGetSpecificFilterProc

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events.

Supported  CheckEventQueueForUserCancel

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  DisposeFKEYUPP

FKEYs are not supported in Carbon because they involve loading code from resources, which isn't supported under Carbon, and because very few applications use them.

Unsupported  DisposeGetNextEventFilterUPP

GetNextEvent (GNE) filters patch the GetNextEvent function and therefore are not supported in Carbon.

Unsupported  DisposeGetSpecificFilterUPP

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events.

Supported  EventAvail

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  FKEYProcPtr

Application-defined function-key procedures are not supported in Carbon.

Supported  FlushEvents

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetCaretTime

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetCurrentKeyModifiers

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetDblTime

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  GetEvQHdr

Returns a global system data structure, so it will not be supported in the future. Not available in Carbon.

Supported  GetGlobalMouse

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetKeys

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetMouse

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  GetNextEvent

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  GetNextEventFilterProcPtr

GetNextEvent (GNE) filters patch the GetNextEvent function and therefore are not supported in Carbon.

Unsupported  GetOSEvent

GetOSEvent is not supported in Carbon. Use the GetNextEvent function instead. Not available in Carbon.

Unsupported  GetPortNameFromProcessSerialNumber

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events. Not available in Carbon.

Unsupported  GetProcessSerialNumberFromPortName

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events. Not available in Carbon.

Unsupported  GetSpecificFilterProcPtr

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events.

Unsupported  GetSpecificHighLevelEvent

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events. Not available in Carbon.

Unsupported  InvokeFKEYUPP

FKEYs are not supported in Carbon because they involve loading code from resources, which isn't supported under Carbon, and because very few applications use them.

Supported  InvokeGetNextEventFilterUPP

Unsupported  InvokeGetSpecificFilterUPP

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events.

Supported  IsCmdChar

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  KeyScript

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  KeyTranslate

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  LMGetKeyRepThresh

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  LMGetKeyThresh

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  LMSetKeyRepThresh

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  LMSetKeyThresh

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  NewFKEYUPP

FKEYs are not supported in Carbon because they involve loading code from resources, which isn't supported under Carbon, and because very few applications use them.

Supported  NewGetNextEventFilterUPP

Unsupported  NewGetSpecificFilterUPP

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events.

Unsupported  OSEventAvail

OSEventAvail is not supported in Carbon. Use the EventAvail function instead. Not available in Carbon.

Supported  PostEvent

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  PostHighLevelEvent

The High Level Event APIs (EPPC.h) are not supported in Carbon. Instead, use Apple events. Not available in Carbon.

Unsupported  PPostEvent

Posting events in the Operating System event queue is not supported in Carbon. Not available in Carbon.

Supported  SetEventMask

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  StillDown

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Unsupported  SystemClick

Desk accessories are not supported in Carbon. Not available in Carbon.

Unsupported  SystemEvent

Desk accessories are not supported in Carbon. Not available in Carbon.

Unsupported  SystemTask

In Carbon, the Event Manager automatically handles all task scheduling. Not available in Carbon.

Supported  WaitMouseUp

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

Supported  WaitNextEvent

Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

[Table of Contents] [Manager Index] [Function Index]

Generated on: 8/1/2000. Copyright © 1999, 2000 Apple Computer, Inc. All rights reserved.